b3026259564b797e3ce449db7fb0f82e07425791,core/src/main/java/org/mule/transport/AbstractMessageReceiver.java,AbstractMessageReceiver,routeMessage,#MuleMessage#MuleSession#Transaction#OutputStream#,171

Before Change


        {
            connector.fireNotification(new EndpointMessageNotification(
                    resultEvent.getMessage(), endpoint, resultEvent
                            .getFlowConstruct().getName(),
                    EndpointMessageNotification.MESSAGE_RESPONSE));
        }

After Change


        {
            connector.fireNotification(new EndpointMessageNotification(
                    resultEvent.getMessage(), endpoint, resultEvent
                            .getFlowConstruct(),
                    EndpointMessageNotification.MESSAGE_RESPONSE));
        }